#!/bin/bash

function everything {
 echo "Not implemented yet:"
 echo "Fuction: everything"
 exit 99
}
